Skip to main content

Node Class

Description:

  A class object for the Node class.

__call

Type: Metamethod.

Description:

  Creates a new instance of the Node class.

Signature:

metamethod __call: function(self: NodeClass): Node

Usage:

local Node = require("Node")
local node = Node()

Returns:

Return TypeDescription
NodeA new instance of the Node class.